@charset "utf-8";
/* CSS Document */


body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #990000;
}
.oneColLiqCtrHdr #container {
	width: 700px;
	text-align: left;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #440000;
	padding-top: 10px;
}
.oneColLiqCtrHdr #mainContent {
	background-position: center center;
	background-image: url(images/homenewbg.jpg);
	height: 461px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #440000;
	text-align: center;
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-right: 125pt;
	padding-bottom: 0;
	padding-left: 350px;
	vertical-align: sub;
}
.oneColLiqCtrHdr #footer {
	background-color: #440000;
	width: 700px;
	padding-top: 0;
	padding-bottom: 0;
} 
.oneColLiqCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFFFFF;
	text-align: center;
	vertical-align: top;
}
.style1 {
	font-size: xx-small;
	color: #EACB6B;
}
.style2 {color: #CC9900}
.style3 {font-size: xx-small}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #EACB6B;
}
a:active {
	text-decoration: none;
	color: #CC9900;
}
#goldlinks a:link {
	color:#EACB6B
}
#goldlinks a:visited {
	color:#EACB6B
}
#goldlinks a:hover {color:#FFFFFF}
#goldlinks a:active {
	color:#EACB6B
}
.style4 {
	color: #660000;
	font-size: 60%;
}
